home *** CD-ROM | disk | FTP | other *** search
/ Aminet 28 / Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso / Aminet / dev / basic / ace_final.lha / ACE_GPL_Release / include / SUBmods / EasyRequest.h < prev    next >
Encoding:
Text File  |  1996-08-29  |  261 b   |  11 lines

  1. {*
  2. ** Header file for programs using EasyRequester SUBmod.
  3. ** D Benn, July 1995
  4. *}
  5.  
  6. LIBRARY "intuition.library"
  7.  
  8. DECLARE SUB LONGINT EasyRequest(STRING wintitle, ~
  9.                             STRING bodytext, ~
  10.                             STRING gadgettext) EXTERNAL
  11.